home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_417_ image_map.txt < prev    next >
Text File  |  1994-02-10  |  486b  |  13 lines

  1. // texture pigment {} attribute
  2. // create a texture that lays an image's colors onto a surface
  3. // image maps into X-Y plane from <0,0,0> to <1,1,0>
  4. image_map
  5. {
  6.   gif "plasma3.gif" // the file to read (iff/gif/tga/dump/pot)
  7.   map_type 0 // 0=planar, 1=spherical, 2=cylindrical, 5=torus
  8.   interpolate 2 // 0=none, 1=linear, 2=bilinear, 4=normalized distance
  9.   // [filter N V] // N=all or color index # (0‚ĶN), V= value (0.0...1.0)
  10.   // [use_color | use_index]
  11.   // [once]
  12. } // image_map
  13.